Class EphoneImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EphoneImpl
All Implemented Interfaces:
IPCObject, Ephone

public class EphoneImpl extends IPCObjectImpl implements Ephone
Information provided by the PKI file:

    \class CEphone
    
    \brief CEphone holds and manipulates VOIP ephones.
    
    \example network().getDevice("Router0").getProcess("CMEProcess").getEphone(1)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setType

      public boolean setType(String ePhoneType)
      Information provided by the PKI file:
      
          \brief Sets the ephone type.
          
          \param ePhoneType, the ephone type.
          
          \return bool, true if successful, otherwise false.
          
              
      Specified by:
      setType in interface Ephone
      Parameters:
      ePhoneType - Takes in a parameter of ePhoneType
      Returns:
      boolean Returns a boolean
    • getType

      public String getType()
      Information provided by the PKI file:
      
          \brief Returns the ephone type.
          
          \return string, the ephone type.
          
              
      Specified by:
      getType in interface Ephone
      Returns:
      String Returns a String
    • getTag

      public int getTag()
      Information provided by the PKI file:
      
          \brief Returns the tag of the ephone.
          
          \return int, the tag of the ephone.
          
              
      Specified by:
      getTag in interface Ephone
      Returns:
      int Returns a int